home *** CD-ROM | disk | FTP | other *** search
/ Aminet 28 / Aminet 28 (1998)(GTI - Schatztruhe)[!][Dec 1998].iso / Aminet / util / shell / ViNCEd.lha / ViNCEd / Include / proto / vnc.h < prev   
C/C++ Source or Header  |  1998-08-22  |  223b  |  15 lines

  1. #ifndef PROTO_VNC_H
  2. #define PROTO_VNC_H
  3.  
  4. #include <exec/types.h>
  5.  
  6. #ifndef VNC_VNCBASE_H
  7. #include <vnc/vncbase.h>
  8. #endif
  9.  
  10. extern struct VNCBase *VNCBase;
  11.  
  12. #include <clib/vnc_protos.h>
  13. #include <pragmas/vnc_pragmas.h>
  14. #endif
  15.